home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
2410
/
2410.xpi
/
chrome
/
content
/
foxmarks-placesoverlay-mac.xul
< prev
next >
Wrap
Extensible Markup Language
|
2010-01-28
|
2KB
|
47 lines
<?xml version="1.0"?>
<!--
Copyright 2008 Foxmarks Inc.
foxmarks-manageroverlay.xul: implements Foxmarks overlay into the
Bookmarks Manager.
-->
<!DOCTYPE dialog SYSTEM "chrome://foxmarks/locale/foxmarks.dtd">
<?xml-stylesheet href="chrome://foxmarks/skin/foxmarks.css" type="text/css"?>
<overlay id="foxmarksPlacesOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script src="foxmarks-settings.js" />
<script src="foxmarks-uitools.js" />
<toolbox id="placesToolbox" >
<toolbar id="placesToolbar">
<toolbarbutton type="menu" class="tabbable" id="foxmarks-placesmenu"
label="Xmarks" insertafter="maintenanceButton" >
<menupopup id="foxmarks-placespopup">
<menuitem label="&dialog.label.syncNow; "
accesskey="&menu.accesskey.syncnow;"
oncommand="Xmarks.Synch()"
key="XmarksSyncNow" />
<menuitem label="&menu.myFoxmarks; "
accesskey="&menu.accesskey.myfoxmarks;"
oncommand="Xmarks.MyFoxmarks()" />
<menuitem label="&menu.settings; "
accesskey="&menu.accesskey.settings;"
oncommand="Xmarks.OpenFoxmarksSettingsDialog()"
key="OpenFoxmarksDialog" />
</menupopup>
</toolbarbutton>
</toolbar>
</toolbox>
<statusbar id="statusbar">
<statusbarpanel id="foxmarks-statusbarpanel" />
</statusbar>
</overlay>